﻿header {
    background-color: rgb(0,47,88);
    font-size: 32px;
    color: white;
}

.pageheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0px auto;
    padding-top: 30px;
    height: 45px;
    font-weight: bold;
    max-width: 990px;
}

.menu {

}
.menu_top {
    cursor: pointer;
}
.menu_list {
    cursor: default;
}
.empt_menu {
    margin: 0 !important; 
    padding: 0 0em !important;
    list-style: none !important;
    font-size: 100% !important;
    height: 24px !important;
    width: 221px !important;
}
#st1
{
    padding: .5em;
    border: 1px solid black;
    height: 400px;
    width: 70%;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#mb1 {
    text-align: right;
    padding-top: 5px;
}
ul.menubar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 !important;
    background-position: 20px;
    margin: 0 !important;
    /*padding: 0 .25em;*/
    list-style: none;
    font-size: 13px;
    height: 26px;
    width: 100%;
    background: transparent; /*background: #E5EAED;*/
    border-color: #3B71A7;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*    background-image: url('/Images/one_button.png');*/
    color: #FFFFFF;
}
    ul.menubar li {
        text-align: center;
        line-height: 2em;
        border-color: #3B71A7 #3B71A7 #3B71A7 #002B5D;
        border-style: none solid none solid;
        border-width: 0px 1px 0px 1px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 100%;
        width: 140px;
    }
    ul.menubar p {
        text-align: center;
        line-height: 2em;
        border-color: #3B71A7 #3B71A7 #3B71A7 #002B5D;
        border-style: none solid none none;
        border-width: 0px 1px 0px 1px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 100%;
    }
ul.menu {
    position: relative;
    left: 0;
    display: none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 100% !important;
    border: 0px solid black;
    background-color: #E5EAED; /*width: 8.5em;*/
    width: 144px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1001;
}
ul.menu li {
    float: none;
    display: block;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
    padding: 10px 2em 5px 1em;
    color: #F0F0F0;
    cursor: pointer;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #3B71A7; 
	border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #173059 !important;
    /*width: 12em;*/
    width: 144px;
    z-index: 1001;
	background-color: #1E5284 !important;
}

li.separator {
	margin: 0;
	margin-bottom: 4px !important;
	height: 2px !important;
	border-bottom: 1px solid black;
}

li.checked {
	/*font-weight: bold;*/
	background-image: url('aria.css');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

.menu-item {
	font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu-item:hover {
	background-image: url('aria.css') !important;
	background-color: #136FB3 !important;
}

.menu-hover
{
    /*background-color: #617B8B !important;*/
    color: white !important;
    /*height: 29px !important;*/
	background-color: #136FB3 !important;
}

.menu-hover-checked {
	background-color: #700 !important;
	color: white !important;
	background-image: url('aria.css') !important;
}

.menu-focus {
	background-color: #617B8B !important;
	/*font-weight: bold;*/
	color: white !important;
}

li.menu-focus-checked {
	background-color: #136FB3 !important;
	font-weight: bold;
	color: white !important;
	background-image: url('http://www.oaa-accessibility.org/media/examples/images/dot-selected.png') !important;
}
.hidden {
   position: absolute;
   left: -200em;
   top: -20em;
}


/*
 * Text area styles
 */
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
